home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 61266 / 61266.xpi / chrome / content / ff-overlay.xul < prev    next >
Extensible Markup Language  |  2010-01-26  |  1KB  |  35 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://beststickynotes/skin/overlay.css" type="text/css"?>
  3. <!DOCTYPE overlay SYSTEM "chrome://beststickynotes/locale/overlay.dtd">
  4. <overlay id="beststickynotes-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5.   <script src="ff-overlay.js"/>
  6.  
  7.   <stringbundleset id="stringbundleset">
  8.     <stringbundle id="beststickynotes-strings" src="chrome://beststickynotes/locale/overlay.properties"/>
  9.   </stringbundleset>
  10.  
  11.   <popup id="contentAreaContextMenu">
  12.     <menuitem id="context-beststickynotes" label="&beststickynotesContext.label;"
  13.               accesskey="&beststickynotesContext.accesskey;"
  14.               insertafter="context-stop"
  15.               onclick="com.chechurin.beststickynotes.addStickyNote(event)"/>
  16.   </popup>
  17.   
  18.   <toolbarpalette id="BrowserToolbarPalette">
  19.     <toolbarbutton id="beststickynotes-button" 
  20.         class="toolbarbutton-1"
  21.         label="&beststickynotesToolbar.label;"
  22.         tooltiptext="&beststickynotesToolbar.tooltip;"
  23.         oncommand="com.chechurin.beststickynotes.addStickyNote(event)"/>
  24.   </toolbarpalette>
  25.   
  26.   <statusbar id="status-bar">
  27.       <statusbarpanel id="beststickynotes-statusbar"
  28.           class="statusbarpanel-iconic"
  29.           tooltiptext="&beststickynotesToolbar.tooltip;"
  30.           oncommand="com.chechurin.beststickynotes.addStickyNote(event)"/>
  31.   </statusbar>
  32.   
  33.  
  34. </overlay>
  35.